home *** CD-ROM | disk | FTP | other *** search
- package Box2D.Dynamics.Contacts
- {
- import Box2D.Collision.Shapes._hx306;
- import Box2D.Collision._cr366;
- import Box2D.Common.Math.b2Vec2;
-
- public class _wf486
- {
- public var normal:b2Vec2;
-
- public var position:b2Vec2;
-
- public var shape1:_hx306;
-
- public var shape2:_hx306;
-
- public var normalImpulse:Number;
-
- public var tangentImpulse:Number;
-
- public var id:_cr366;
-
- public function _wf486()
- {
- position = new b2Vec2();
- normal = new b2Vec2();
- id = new _cr366();
- super();
- }
- }
- }
-
-